Twitch Channel Search Scraper avatar

Twitch Channel Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Twitch Channel Search Scraper

Twitch Channel Search Scraper

Extract channel data from Twitch search results including follower counts, stream status, and game details. Powered by Twitch Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

This actor extracts Channels from Twitch search results pages. It captures channel metadata, live stream status, and recent content details directly from the search interface.


Want more from Twitch?

This actor covers Channels only. The full Twitch Scraper browser extension also includes Messages, Channels, Videos, Clips with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Twitch Scraper extension


Data Fields

Field NameDescriptionExample
User LoginUnique username of the channel"ninja"
Display NameFormatted name shown on profile"Ninja"
Profile Image URLURL to the channel avatar"https://static-cdn.jtvnw.net/user-default-pictures-uv/cdd517fe-def4-11e9-948e-784f43822e96-profile_image-300x300.png"
DescriptionChannel bio text"Professional gamer and entertainer."
Broadcast TitleCurrent or last stream title"VALORANT Ranked with friends"
Followers CountTotal number of followers18500000
Last Broadcast IDID of the most recent stream"41234567890"
Last Broadcast Started AtTimestamp of last stream start"2023-10-27T18:00:00Z"
Game IDID of the game being played"516575"
Game SlugURL-friendly game name"valorant"
Game NameDisplay name of the game"VALORANT"
Stream IDCurrent live stream ID"49876543210"
Stream TypeLive status type"live"
Stream Viewers CountCurrent live viewer count12500
Stream Preview Image URLThumbnail of the current stream"https://static-cdn.jtvnw.net/previews-ttv/live_user_ninja-440x248.jpg"
Stream Freeform TagsTags assigned to the stream["English", "Competitive"]
Is PartnerWhether the user is a Twitch Partnertrue
Latest Video IDID of the most recent VOD"19543210"
Latest Video TitleTitle of the most recent VOD"Epic Wins Today"
Latest Video LengthDuration of the latest video"03:45:12"
Top Clip IDID of the most popular clip"AwkwardSilentMoment"
Top Clip TitleTitle of the top clip"Insane 1v5 Clutch"
Top Clip DurationDuration of the top clip in seconds30
Channel Schedule Next SegmentNext scheduled stream time"2023-10-28T15:00:00Z"
Stream URLDirect link to the live stream"https://www.twitch.tv/ninja"
Channel About URLLink to the channel about page"https://www.twitch.tv/ninja/about"
Game URLLink to the game category page"https://www.twitch.tv/directory/game/VALORANT"

Input

  • urls: Array of Twitch search result URL strings.
  • maxItems: Maximum number of channels to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.twitch.tv/search?term=gaming"],
"maxItems": 50
}

Example Output

[
{
"userLogin": "shroud",
"displayName": "shroud",
"profileImageUrl": "https://static-cdn.jtvnw.net/jtv_user_pictures/shroud-profile_image.png",
"description": "I am a professional gamer.",
"broadcastTitle": "Playing some games today",
"followersCount": 10500000,
"lastBroadcastId": "401234567",
"lastBroadcastStartedAt": "2023-10-27T19:00:00Z",
"gameId": "32982",
"gameSlug": "counter-strike",
"gameName": "Counter-Strike 2",
"streamId": "401234567",
"streamType": "live",
"streamViewersCount": 25000,
"streamPreviewImageUrl": "https://static-cdn.jtvnw.net/previews-ttv/live_user_shroud.jpg",
"streamFreeformTags": ["English", "FPS"],
"isPartner": true,
"latestVideoId": "12345678",
"latestVideoTitle": "CS2 Highlights",
"latestVideoLength": "02:30:00",
"topClipId": "ShroudAce",
"topClipTitle": "Clean Ace",
"topClipDuration": 60,
"channelScheduleNextSegment": "2023-10-28T18:00:00Z",
"streamUrl": "https://www.twitch.tv/shroud",
"channelAboutUrl": "https://www.twitch.tv/shroud/about",
"gameUrl": "https://www.twitch.tv/directory/game/Counter-Strike%202"
},
{
"userLogin": "pokimane",
"displayName": "pokimane",
"profileImageUrl": "https://static-cdn.jtvnw.net/jtv_user_pictures/pokimane-profile_image.png",
"description": "hi i'm poki!",
"broadcastTitle": "Chatting and games",
"followersCount": 9400000,
"lastBroadcastId": "401234568",
"lastBroadcastStartedAt": "2023-10-27T20:00:00Z",
"gameId": "509658",
"gameSlug": "just-chatting",
"gameName": "Just Chatting",
"streamId": null,
"streamType": "none",
"streamViewersCount": 0,
"streamPreviewImageUrl": null,
"streamFreeformTags": ["English", "Social"],
"isPartner": true,
"latestVideoId": "12345679",
"latestVideoTitle": "Vlog Day",
"latestVideoLength": "01:15:00",
"topClipId": "PokiFunny",
"topClipTitle": "Funny Moment",
"topClipDuration": 45,
"channelScheduleNextSegment": "2023-10-29T20:00:00Z",
"streamUrl": "https://www.twitch.tv/pokimane",
"channelAboutUrl": "https://www.twitch.tv/pokimane/about",
"gameUrl": "https://www.twitch.tv/directory/game/Just%20Chatting"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.